-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e8bd06
commit 9cdc1d2
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
## Test environments | ||
* local macOS (10.12) install, R 3.3.1 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.1 | ||
* win-builder (release) | ||
* win-builder (release and devel) | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs or NOTEs. | ||
* For macOS and ubuntu there were no ERRORs, WARNINGs or NOTEs. | ||
|
||
* for win-builder release and devel versions there was one note: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Andrew C. Hooker <[email protected]>' | ||
Possibly mis-spelled words in DESCRIPTION: | ||
pharmacometric (19:9) | ||
|
||
- The first portion is just stating that I am the maintainer. | ||
- The second portion does not recognize the well known word "pharmacometric", | ||
see for example: https://en.wikipedia.org/wiki/Pharmacometrics | ||
|
||
|
||
## Downstream dependencies | ||
There are currently no downstream dependencies for this package. |