Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R-CMD-Check issues #10

Open
2 tasks
simonrolph opened this issue Jul 8, 2024 · 0 comments
Open
2 tasks

R-CMD-Check issues #10

simonrolph opened this issue Jul 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@simonrolph
Copy link
Member

  • Issue 1:
Warning: Undocumented code objects:
  ‘SimulationObject’ ‘hash_sim_obj’ ‘plot’ ‘read_sim_obj_rasters’
  ‘write_raster_return_filename’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
  • Issue 2:
* checking for code/documentation mismatches ... WARNING
Warning: Codoc mismatches from Rd file 'effort_basic.Rd':
effort_basic
  Code: function(simulation_object, n_samplers = 1, n_visits = 1,
                 n_sample_units = 1, replace = FALSE, prob_raster =
                 NULL, ...)
  Docs: function(simulation_object, n_samplers = 1, n_visits = 1,
                 n_sample_units = 1, replace = FALSE, prob_raster =
                 NULL)
@simonrolph simonrolph added the bug Something isn't working label Jul 8, 2024
@simonrolph simonrolph self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant