Skip to content

Commit

Permalink
update all
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Mar 26, 2024
1 parent 77ae500 commit 907539c
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Package: simcuber
Title: Simulating Biodiversity Data Cubes
Version: 0.0.0
Authors@R: c(
Authors@R:
person("Ward", "Langeraert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5900-8109", affiliation = "Instituut voor Natuur- en Bosonderzoek (INBO)"))
)
Description: Simulation framework for biodiversity data cubes.
License: MIT + file LICENSE
URL: https://github.com/b-cubed-eu/simcuber
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated by roxygen2: do not edit by hand

export(grid_designation)
export(sample_from_binormal_circle)
export(sample_from_uniform_circle)
export(sample_observations)
export(simulate_occurrences)
importFrom(cli,cli_abort)
Expand All @@ -23,3 +25,4 @@ importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(stats,runif)
2 changes: 2 additions & 0 deletions R/sample_from_binormal_circle.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#' sampled occurrences and a `coordinateUncertaintyInMeters` column containing
#' the coordinate uncertainty for each observation.
#'
#' @export
#'
#' @importFrom dplyr select
#' @importFrom rlang .data
#' @importFrom cli cli_abort cli_warn
Expand Down
2 changes: 2 additions & 0 deletions R/sample_from_uniform_circle.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#' sampled occurrences and a `coordinateUncertaintyInMeters` column containing
#' the coordinate uncertainty for each observation.
#'
#' @export
#'
#' @importFrom dplyr mutate select
#' @importFrom rlang .data
#' @importFrom cli cli_abort cli_warn
Expand Down
45 changes: 43 additions & 2 deletions checklist.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,50 @@
description: Configuration file for checklist::check_pkg()
package: yes
allowed:
warnings: []
notes: []
warnings:
- motivation: part of B-Cubed project
value: '`Research Institute for Nature and Forest (INBO)` must be listed as copyright
holder and funder and use `[email protected]` as email.'
- motivation: part of B-Cubed project
value: 'no communities found in `DESCRIPTION`. Please add them with `Config/checklist/communities:
inbo'
notes:
- motivation: will be updated
value: |-
Branch master detected. From Oct. 1, 2020, any new repositories you create uses
main as the default branch, instead of master. You can rename the default branch
from the web. More info on https://github.com/github/renaming
- motivation: will be updated
value: |-
checking CRAN incoming feasibility ... NOTE
Maintainer: 'Ward Langeraert <[email protected]>'
New submission
Found the following (possibly) invalid URLs:
URL: https://github.com/b-cubed-eu/simcuber
From: DESCRIPTION
Status: 404
Message: Not Found
URL: https://github.com/b-cubed-eu/simcuber/actions
From: README.md
Status: 404
Message: Not Found
URL: https://github.com/b-cubed-eu/simcuber/issues
From: DESCRIPTION
Status: 404
Message: Not Found
URL: https://github.com/b-cubed-eu/simcuber/releases
From: README.md
Status: 404
Message: Not Found
- motivation: will be updated
value: |-
in DESCRIPTION fix Problematic URLs
Error code: 404, https://github.com/b-cubed-eu/simcuber/issues
required:
- CITATION
- DESCRIPTION
- R CMD check
- checklist
- codemeta
Expand Down
1 change: 1 addition & 0 deletions man/grid_designation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/sample_from_binormal_circle.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/sample_from_uniform_circle.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 907539c

Please sign in to comment.