Skip to content

Commit e59561a

Browse files
committed
🔧 R up
1 parent baae540 commit e59561a

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/R/DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: Rsomoclu
2-
Version: 1.7.6
2+
Version: 1.7.7
33
Date: 2022-09-20
44
Title: Somoclu
55
Imports: kohonen
@@ -9,13 +9,12 @@ Authors@R: c(person(given = "Peter", family = "Wittek", role = c("aut"), email =
99
Description: Somoclu is a massively parallel implementation of self-organizing maps. It exploits multicore CPUs and it can be accelerated by CUDA. The topology of the map can be planar or toroid and the grid of neurons can be rectangular or hexagonal . Details refer to (Peter Wittek, et al (2017)) <doi:10.18637/jss.v078.i09>.
1010
URL: https://peterwittek.github.io/somoclu/
1111
BugReports: https://github.com/peterwittek/somoclu/issues
12-
License: MIT
12+
License: MIT + file LICENSE
1313
Packaged: 2014-03-16 16:55:16 UTC;
1414
Author: Peter Wittek [aut], Shichao Gao [cre]
1515
Maintainer: Shichao Gao <xgdgsc@gmail.com>
1616
NeedsCompilation: yes
1717
Repository: CRAN
1818
SystemRequirements: GNU make
19-
SystemRequirements: C++11
2019
LinkingTo: Rcpp
2120
LazyData: true

src/R/LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2020
2+
COPYRIGHT HOLDER: Peter Wittek

src/R/src/Makevars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CXX_STD = CXX11
21
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DHAVE_R
32
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS)
43
CXX = g++ -fsanitize=address,undefined,bounds-strict -fno-omit-frame-pointer

src/R/src/Makevars.win

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
CXX_STD = CXX11
21
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS)
32
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DHAVE_R

0 commit comments

Comments
 (0)