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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,18 @@
10
10
<!-- badges: end -->
11
11
12
12
The goal of *natcpp* is to provide accelerated routines through compiled C++
13
-
code for basic functions to support the [natverse](https://natverse.org) computational neuroanatomy ecosystem.
13
+
code for basic functions to support the [natverse](https://natverse.org)
14
+
computational neuroanatomy ecosystem.
14
15
*natcpp* is not designed to be used by end users but instead the
15
16
[nat](https://natverse.org/nat/) package will use it when available to enable
16
-
large speed-ups for some primitive operations. End users should therefore not count on the *natcpp* functions/interface being stable, especially during its
17
+
large speed-ups for some primitive operations. End users should therefore not
18
+
count on the *natcpp* functions/interface being stable, especially during its
17
19
initial development.
18
20
19
21
Our plan is to get this onto
20
-
CRAN quite quickly so that binary packages will be available to Mac/Windows users who do not have a full C compiler toolchain installed. Once on CRAN, we will try to keep the package simple and stable, with infrequent
22
+
CRAN quite quickly so that binary packages will be available to Mac/Windows
23
+
users who do not have a full C compiler toolchain installed. Once on CRAN,
24
+
we will try to keep the package simple and stable, with infrequent
21
25
updates. A development version will be available via the relevant github
22
26
repository (see below).
23
27
We do not intend to specify a GitHub remote so these updates will not be
@@ -26,7 +30,7 @@ intervenes.
26
30
27
31
## Installation
28
32
29
-
Install the released version of natcpp from [CRAN](https://CRAN.R-project.org) with:
33
+
Install the released version of natcpp from [CRAN](https://cran.r-project.org/package=natcpp) with:
0 commit comments