Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pelaverse
pelaDSM
Commits
7c96df4c
Commit
7c96df4c
authored
Nov 04, 2021
by
Mathieu Genu
Browse files
readme + template correction
parent
460c0f50
Changes
4
Hide whitespace changes
Inline
Side-by-side
.Rbuildignore
View file @
7c96df4c
...
...
@@ -3,3 +3,4 @@
^data-raw$
^dev_history\.R$
^LICENSE\.md$
^README\.Rmd$
README.Rmd
0 → 100644
View file @
7c96df4c
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# pelaDSM
## Package installation
``` r
install.packages("remotes")
remotes::install_gitlab(
host = "https://gitlab.univ-lr.fr",
repo = "pelaverse/peladsm"
)
```
README.md
0 → 100644
View file @
7c96df4c
<!-- README.md is generated from README.Rmd. Please edit that file -->
# pelaDSM
## Package installation
```
r
install.packages
(
"remotes"
)
remotes
::
install_gitlab
(
host
=
"https://gitlab.univ-lr.fr"
,
repo
=
"pelaverse/peladsm"
)
```
inst/templates/02_prepare_data.R
View file @
7c96df4c
...
...
@@ -30,7 +30,7 @@ covariable <- c("depth", "dist200", "distCoast",
effort_output
<-
prepare_effort
(
effort_base
=
standard_effort
,
block_area
=
Block_
A
rea
,
block_area
=
Block_
a
rea
,
predictor
=
covariable
,
projection
=
4326
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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