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

Cleaned up simcf source #37

Closed
wants to merge 10 commits into from
Closed

Cleaned up simcf source #37

wants to merge 10 commits into from

Conversation

jrnold
Copy link

@jrnold jrnold commented May 14, 2015

Hi Chris,

I was looking through simcf and in the process of understanding it accidentally refactored the code.

  • I converted documentation from manual Rd files to roxygen2 comments, in order to put the documentation closer to the source.
  • fixed all warnings and notes in R CMD check including
    • global variable warnings
    • documentation warnings such missing parameters
    • missing data warnings
    • examples which didn't run
  • adjusted the list of packages which it depends / suggests so as to avoid
    using require within the source. This is now deprecated, and it looks like most of them should be used as dependencies.

jrnold added 10 commits May 14, 2015 00:03
This fixes R CMD check errors about including require() in the code.
The functions could be written with requireNamespace, but there really
isn't a reason to make these packages optional.
Fix error message in R CMD check:
```
Rd files with duplicated name 'cfFactorial':
  ‘cfFactorial.Rd’ ‘setfactorial.Rd’
```
@jrnold jrnold closed this Dec 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant