Skip to content

Commit

Permalink
upload proj
Browse files Browse the repository at this point in the history
  • Loading branch information
ManosPapadakis95 committed Oct 26, 2023
1 parent a163ebd commit 6128fdd
Show file tree
Hide file tree
Showing 43 changed files with 25 additions and 1,189 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"pch": "RcppArmadillo",
"is_cpp": true,
"hash": "169824221516977215341697721592",
"hash": "169833942816977215341697721592",
"compiler": "6762244524107556826",
"rversion": "4.3.1",
"dbversion": 4
Expand Down
2 changes: 1 addition & 1 deletion .Rproj.user/CB39D88C/pcs/source-pane.pper
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"activeTab": 2
"activeTab": 8
}
6 changes: 3 additions & 3 deletions .Rproj.user/CB39D88C/pcs/windowlayoutstate.pper
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"left": {
"splitterpos": 558,
"topwindowstate": "MINIMIZE",
"splitterpos": 559,
"topwindowstate": "NORMAL",
"panelheight": 959,
"windowheight": 997
},
"right": {
"splitterpos": 563,
"splitterpos": 564,
"topwindowstate": "NORMAL",
"panelheight": 959,
"windowheight": 997
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/R/rfast_check.R",
"project_path": null,
"type": "r_source",
"hash": "0",
"hash": "1045950467",
"contents": "",
"dirty": false,
"created": 1698240106514.0,
Expand All @@ -12,8 +12,8 @@
"properties": {
"source_window_id": "",
"Source": "Source",
"cursorPosition": "20,36",
"scrollLine": "15"
"cursorPosition": "19,0",
"scrollLine": "12"
},
"folds": "",
"lastKnownWriteTime": 1698240233,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/src/dists.hpp",
"project_path": "src/dists.hpp",
"type": "hpp",
"hash": "0",
"hash": "316386880",
"contents": "",
"dirty": false,
"created": 1698174963024.0,
Expand All @@ -13,7 +13,7 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "60,38",
"scrollLine": "47"
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1698228187,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/R/nn.R",
"project_path": "R/nn.R",
"type": "r_source",
"hash": "0",
"hash": "2232905855",
"contents": "",
"dirty": false,
"created": 1698145857636.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/NAMESPACE",
"project_path": "NAMESPACE",
"type": "r_namespace",
"hash": "0",
"hash": "2722011674",
"contents": "",
"dirty": false,
"created": 1697721748429.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/src/knn.cpp",
"project_path": "src/knn.cpp",
"type": "cpp",
"hash": "0",
"hash": "1828801724",
"contents": "",
"dirty": false,
"created": 1698145239962.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/man/nn.Rd",
"project_path": "man/nn.Rd",
"type": "r_doc",
"hash": "0",
"hash": "2320383923",
"contents": "",
"dirty": false,
"created": 1698143994466.0,
Expand All @@ -13,7 +13,7 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "36,79",
"scrollLine": "14"
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1698242097,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"path": "~/GitHub/Rnanoflann/DESCRIPTION",
"project_path": "DESCRIPTION",
"type": "dcf",
"hash": "0",
"hash": "1632079964",
"contents": "",
"dirty": false,
"created": 1698237183051.0,
Expand All @@ -16,11 +16,11 @@
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1698242215,
"lastKnownWriteTime": 1698339428,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1698242215469,
"last_content_update": 1698339428,
"read_only": false,
"read_only_alternatives": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors@R: c(
)
Maintainer: Manos Papadakis <[email protected]>
Copyright: nanoflann library is copyright Jose Luis Blanco. See file COPYRIGHT for details.
Description: Finds the k nearest neighbours for every point in a given dataset using Jose Luis' nanoflann library. There is support for exact searches, fixed radius searches with 'kd' trees and two distances, the 'Euclidean' and 'Manhattan'. Also, the nanoflann library is exported and ready to be used via the linking to mechanism.
Description: Finds the k nearest neighbours for every point in a given dataset using Jose Luis' 'nanoflann' library. There is support for exact searches, fixed radius searches with 'kd' trees and two distances, the 'Euclidean' and 'Manhattan'. Also, the nanoflann library is exported and ready to be used via the linking to mechanism.
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.11)
LinkingTo: Rcpp, RcppArmadillo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "88,28",
"scrollLine": "81"
"scrollLine": "0"
},
"folds": "12|1|57|0|\n",
"lastKnownWriteTime": 1698227301,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .Rproj.user/CB39D88C/sources/prop/73E7DF12
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "36,79",
"scrollLine": "14"
"scrollLine": "0"
}
4 changes: 2 additions & 2 deletions .Rproj.user/CB39D88C/sources/prop/B535BAD2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source_window_id": "",
"Source": "Source",
"cursorPosition": "20,36",
"scrollLine": "15"
"cursorPosition": "19,0",
"scrollLine": "12"
}
2 changes: 1 addition & 1 deletion .Rproj.user/CB39D88C/sources/prop/BE218407
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "60,38",
"scrollLine": "47"
"scrollLine": "0"
}
2 changes: 1 addition & 1 deletion .Rproj.user/CB39D88C/sources/prop/C2A39A7C
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"source_window_id": "",
"Source": "Source",
"cursorPosition": "88,28",
"scrollLine": "81"
"scrollLine": "0"
}
18 changes: 0 additions & 18 deletions .Rproj.user/CB39D88C/sources/session-9dd1b353/01BA94CC-contents

This file was deleted.

Loading

0 comments on commit 6128fdd

Please sign in to comment.