You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
4
4
<!-- badges: start -->
5
5
6
-
[](https://www.repostatus.org/#wip)
7
6
[](https://github.com/scotgovanalysis/objr/releases/latest)
@@ -13,8 +12,10 @@ objr aims to provide a convenient method of interacting with [Objective Connect]
13
12
14
13
## Installation
15
14
16
-
The package can be installed directly from GitHub.
17
-
Note that this method requires the `remotes` package and may not work from within the Scottish Government network.
15
+
If you are working within the Scottish Government network, you can
16
+
install objr in the same way as with other R packages. The easiest way to do this is by using the [pkginstaller](https://github.com/ScotGovAnalysis/pkginstaller/tree/main) add-in. Further guidance is available on [eRDM](https://erdm.scotland.gov.uk:8443/documents/A42404229/details).
17
+
18
+
Alternatively, objr can be installed directly from GitHub. Note that this method requires the remotes package and may not work from within the Scottish Government network.
18
19
19
20
```r
20
21
remotes::install_github(
@@ -24,7 +25,7 @@ remotes::install_github(
24
25
)
25
26
```
26
27
27
-
Finally, the package can also be installed by downloading the [zip of the
28
+
Finally, objr can also be installed by downloading the [zip of the
0 commit comments