Skip to content

Commit

Permalink
Fix make.acmap.cpp
Browse files Browse the repository at this point in the history
make.acmap.cpp was calling acmap rather than acmap.cpp, so the result of the function was a list rather than an environment
  • Loading branch information
drserajames authored Nov 8, 2019
1 parent 750dd02 commit cfd6339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Racmacs/R/map_making.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make.acmap.cpp <- function(number_of_dimensions = 2,
}

# Make the chart
chart <- acmap(...)
chart <- acmap.cpp(...)

# Run the optimizations
optimizeMap(map = chart,
Expand Down

0 comments on commit cfd6339

Please sign in to comment.