Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R_basis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
R_basis
Commits
26f5d0fe
Commit
26f5d0fe
authored
1 year ago
by
Ghislain Durif
Browse files
Options
Downloads
Patches
Plain Diff
avoid evaluating calls to function help (because it print the content of the man page in the log)
parent
96366c93
No related branches found
No related tags found
No related merge requests found
Pipeline
#1320
passed
1 year ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
session_1/session_1.Rmd
+3
-3
3 additions, 3 deletions
session_1/session_1.Rmd
session_2/session_2.Rmd
+1
-1
1 addition, 1 deletion
session_2/session_2.Rmd
session_6/session_6.Rmd
+1
-1
1 addition, 1 deletion
session_6/session_6.Rmd
with
5 additions
and
5 deletions
session_1/session_1.Rmd
+
3
−
3
View file @
26f5d0fe
...
...
@@ -460,13 +460,13 @@ function (x, base = exp(1))
To know more about the `log` function we can read its manual.
```{r VandAstep8, include=TRUE}
```{r VandAstep8, include=TRUE
, eval=FALSE
}
help(log)
```
or
```{r VandAstep9, include=TRUE}
```{r VandAstep9, include=TRUE
, eval=FALSE
}
?log
```
...
...
@@ -805,7 +805,7 @@ Check the documentation of this command
<details><summary>Solution</summary>
<p>
```{r VandAstep16, include=TRUE}
```{r VandAstep16, include=TRUE
, eval=FALSE
}
?rm
```
</p>
...
...
This diff is collapsed.
Click to expand it.
session_2/session_2.Rmd
+
1
−
1
View file @
26f5d0fe
...
...
@@ -155,7 +155,7 @@ It contains only models which had a new release every year between 1999 and 2008
You can use the `?` command to know more about this dataset.
```{r mpg_inspect, include=TRUE}
```{r mpg_inspect, include=TRUE
, eval=FALSE
}
?mpg
```
...
...
This diff is collapsed.
Click to expand it.
session_6/session_6.Rmd
+
1
−
1
View file @
26f5d0fe
...
...
@@ -52,7 +52,7 @@ Use the help to know more about `table1` dataset
<details><summary>Solution</summary>
```{r}
```{r
, eval=FALSE
}
?table1
```
...
...
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