Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stressaddition
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oekotox
stressaddition
Commits
b34ed6a3
Commit
b34ed6a3
authored
4 years ago
by
Sebastian Henz
Browse files
Options
Downloads
Patches
Plain Diff
Change recommended installation to use remotes instead of devtools
parent
c8c60078
No related branches found
No related tags found
1 merge request
!30
version 3.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
b34ed6a3
...
...
@@ -4,17 +4,17 @@ This is the R implementation of the tri-phasic concentration-response model intr
It allows modeling of ecotoxicological experiments where the response shows signs of a hormesis effect.
## Installation
Stressaddition is not on CRAN. You can install the most recent stable version from GitLab using the
devtool
s package:
Stressaddition is not on CRAN. You can install the most recent stable version from GitLab using the
remote
s package:
```
r
#
install.packages("
devtool
s")
devtool
s
::
install_gitlab
(
"oekotox/stressaddition"
,
host
=
"git.ufz.de"
)
install.packages
(
"
remote
s"
)
remote
s
::
install_gitlab
(
"oekotox/stressaddition"
,
host
=
"git.ufz.de"
)
```
Alternatively there are binary and source builds downloadable from the
[
releases page
](
https://git.ufz.de/oekotox/stressaddition/-/releases
)
.
## Updating
RStudio's integrated package updater won't detect updates in packages installed from GitHub or GitLab. I recommend running
```
r
devtool
s
::
update_packages
()
remote
s
::
update_packages
()
```
in regular intervals to check for updates from those sources.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment