Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
wzCoop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Walmes Marques Zeviani
wzCoop
Commits
5b7ad908
Commit
5b7ad908
authored
Jan 21, 2017
by
Walmes Marques Zeviani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No uses as.lm from URL but in wzRfun.
parent
0abb1630
Pipeline
#8064
passed with stage
in 5 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
.build_package.R
.build_package.R
+3
-3
DESCRIPTION
DESCRIPTION
+1
-1
vignettes/leaf_spot.Rmd
vignettes/leaf_spot.Rmd
+0
-9
No files found.
.build_package.R
View file @
5b7ad908
...
...
@@ -57,9 +57,9 @@ if (cp > 0) { check_man() } else { check_doc() }
#-----------------------------------------------------------------------
# Generate the rendered vignettes.
#
if (length(list.files("./vignettes"))) {
#
build_vignettes(dependencies = FALSE)
#
}
if
(
length
(
list.files
(
"./vignettes"
)))
{
build_vignettes
(
dependencies
=
FALSE
)
}
#-----------------------------------------------------------------------
# Check the entire package.
...
...
DESCRIPTION
View file @
5b7ad908
...
...
@@ -16,7 +16,7 @@ LazyData: true
Encoding: UTF-8
Depends:
R (>= 3.2.3),
wzRfun (>= 0.7
1
)
wzRfun (>= 0.7
5
)
Imports:
lattice,
latticeExtra,
...
...
vignettes/leaf_spot.Rmd
View file @
5b7ad908
...
...
@@ -19,20 +19,11 @@ vignette: >
# devtools::install_github("walmes/wzRfun")
# .libPaths("/usr/lib/R/site-library")
library(wzRfun)
library(lattice)
library(latticeExtra)
library(plyr)
library(rootSolve) # gradient().
library(wzRfun) # panel.cbH().
library(proto)
ls("package:proto")
library(nls2) # as.proto.list(), necessária para as.lm().
ls("package:nls2")
source("http://leg.ufpr.br/~walmes/cursoR/ciaeear/as.lm.R")
ls()
```
```{r, eval=FALSE}
library(wzCoop)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment