|
6 | 6 |
|
7 | 7 | ## R CMD check results |
8 | 8 |
|
9 | | -1.1.2 |
10 | | - |
11 | | -WARNING |
12 | | -New submission |
13 | | -Strong dependencies not in mainstream repositories: |
14 | | - fgeo.tool |
15 | | -Suggests or Enhances not in mainstream repositories: |
16 | | - fgeo.x |
17 | | -Availability using Additional_repositories specification: |
18 | | - fgeo.tool yes https://forestgeo.github.io/drat/ |
19 | | - fgeo.x yes https://forestgeo.github.io/drat/ |
20 | | - |
21 | | -NOTE |
22 | | -Examples with CPU or elapsed time > 5s |
23 | | - user system elapsed |
24 | | -tt_test 2.000 0.004 5.274 |
25 | | -fgeo_habitat 1.896 0.060 5.320 |
26 | | - |
27 | | - |
28 | | -ERROR |
29 | | -Running examples in 'fgeo.analyze-Ex.R' failed |
30 | | -The error most likely occurred in: |
31 | | -```R |
32 | | -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") |
33 | | -> ### Name: abundance |
34 | | -> ### Title: Abundance and basal area, optionally by groups. |
35 | | -> ### Aliases: abundance basal_area |
36 | | -> |
37 | | -> ### ** Examples |
38 | | -> |
39 | | -> library(fgeo.tool) |
40 | | - |
41 | | -Attaching package: 'fgeo.tool' |
42 | | - |
43 | | -The following object is masked from 'package:stats': |
44 | | - |
45 | | - filter |
46 | | - |
47 | | -> |
48 | | -> # abundance() ------------------------------------------------------------- |
49 | | -> |
50 | | -> abundance(data.frame(1)) |
51 | | -Error in n() : could not find function "n" |
52 | | -Calls: abundance ... .summary -> summarize -> summarise.tbl_df -> summarise_impl |
53 | | -Execution halted |
54 | | -** running examples for arch 'x64' ... ERROR |
55 | | -Running examples in 'fgeo.analyze-Ex.R' failed |
56 | | -The error most likely occurred in: |
57 | | - |
58 | | -> base::assign(".ptime", proc.time(), pos = "CheckExEnv") |
59 | | -> ### Name: abundance |
60 | | -> ### Title: Abundance and basal area, optionally by groups. |
61 | | -> ### Aliases: abundance basal_area |
62 | | -> |
63 | | -> ### ** Examples |
64 | | -> |
65 | | -> library(fgeo.tool) |
66 | | - |
67 | | -Attaching package: 'fgeo.tool' |
68 | | - |
69 | | -The following object is masked from 'package:stats': |
70 | | - |
71 | | - filter |
72 | | - |
73 | | -> |
74 | | -> # abundance() ------------------------------------------------------------- |
75 | | -> |
76 | | -> abundance(data.frame(1)) |
77 | | -Error in n() : could not find function "n" |
78 | | -Calls: abundance ... .summary -> summarize -> summarise.tbl_df -> summarise_impl |
79 | | -Execution halted |
80 | | -* checking for unstated dependencies in 'tests' ... OK |
81 | | -* checking tests ... |
82 | | -** running tests for arch 'i386' ... [21s] OK |
83 | | - Running 'spelling.R' [0s] |
84 | | - Running 'testthat.R' [20s] |
85 | | -** running tests for arch 'x64' ... [23s] OK |
86 | | - Running 'spelling.R' [0s] |
87 | | - Running 'testthat.R' [22s] |
88 | | -* checking PDF version of manual ... OK |
89 | | -* DONE |
90 | | -Status: 2 ERRORs, 1 WARNING |
91 | | -``` |
92 | | - |
93 | | - |
| 9 | +* using R version 3.4.4 (2018-03-15) |
| 10 | +* using platform: x86_64-pc-linux-gnu (64-bit) |
| 11 | +* this is package ‘fgeo.analyze’ version ‘1.1.3’ |
| 12 | + |
| 13 | +Status: 2 NOTEs |
| 14 | +* NOTE 1 raises if the package is built using R v3.5. (<https://ropensci.github.io/dev_guide/building.html#authorship>). |
| 15 | +* NOTE 2 is safe to ignore. |
| 16 | + |
| 17 | +NOTE 1 |
| 18 | +* Authors@R field gives persons with non-standard roles: |
| 19 | +* Gabriel Arellano [aut, rev]: rev |
| 20 | +* Suzanne Lao [aut, rev]: rev |
| 21 | +* KangMin Ngo [rev]: rev |
| 22 | +* Haley Overstreet [rev]: rev |
| 23 | +* Sabrina Russo [aut, rev]: rev |
| 24 | +* Daniel Zuleta [aut, rev]: rev |
| 25 | + |
| 26 | +NOTE 2 |
| 27 | +* New submission |
| 28 | +* Strong dependencies not in mainstream repositories: |
| 29 | +* fgeo.tool |
| 30 | +* Suggests or Enhances not in mainstream repositories: |
| 31 | +* fgeo.x |
| 32 | +* Availability using Additional_repositories specification: |
| 33 | +* fgeo.tool yes https://forestgeo.github.io/drat/ |
| 34 | +* fgeo.x yes https://forestgeo.github.io/drat/ |
94 | 35 |
|
95 | 36 | ## Downstream dependencies |
96 | 37 |
|
|
0 commit comments