Browse Source

Remove notes files

master
Maxime Wack 4 years ago
parent
commit
f435386802
2 changed files with 0 additions and 89 deletions
  1. +0
    -39
      notes.org
  2. +0
    -50
      notes.org_archive

+ 0
- 39
notes.org View File

@@ -1,39 +0,0 @@
[[file:r-object-browser.el][elisp code]]
[[file:functions.R][R functions]]
* Tasks
** Create helper functions
*** TODO Define the format to convey all the needed information

| islist | type | pretty name | size ? | canonical name |
lt label varname
l -> +/" " if list
t -> type

** TODO Allow user-defined actions on object at point
* Notes
** Objects
*** List

ls()

*** Content

class(unclass(x)) -> list | other
length(x)
names(x)

** Packages
*** List

search() "package:zzz"

*** Content

objects("package:zzz")
class("package::zzz")

*** Actions

detach("package:zzz")
help("package:zzz")
help("zzz::fun")

+ 0
- 50
notes.org_archive View File

@@ -1,50 +0,0 @@
# -*- mode: org -*-


Archived entries from file /home/maxx/Projects/r-object-browser/notes.org


* DONE Read about defining modes
:PROPERTIES:
:ARCHIVE_TIME: 2019-10-07 Mon 02:11
:ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org
:ARCHIVE_OLPATH: Tasks
:ARCHIVE_CATEGORY: notes
:ARCHIVE_TODO: DONE
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2019-10-07 Mon 02:11]
:END:
[[info:elisp#Modes][info:elisp#Modes]]

Archived entries from file /home/maxx/Projects/r-object-browser/notes.org


* DONE Create R file with all functions
:PROPERTIES:
:ARCHIVE_TIME: 2019-10-07 Mon 02:11
:ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org
:ARCHIVE_OLPATH: Tasks
:ARCHIVE_CATEGORY: notes
:ARCHIVE_TODO: DONE
:END:
:LOGBOOK:
- State "DONE" from "TODO" [2019-10-07 Mon 02:11]
:END:
It will be injected into the running R session when starting the object browser.

Archived entries from file /home/maxx/Projects/r-object-browser/notes.org


* CANCELED Function to output one tabulated line
:PROPERTIES:
:ARCHIVE_TIME: 2019-10-07 Mon 02:13
:ARCHIVE_FILE: ~/Projects/r-object-browser/notes.org
:ARCHIVE_OLPATH: Tasks/Create helper functions
:ARCHIVE_CATEGORY: notes
:ARCHIVE_TODO: CANCELED
:END:
:LOGBOOK:
- State "CANCELED" from "TODO" [2019-10-07 Mon 02:11] \\
`Map` and `cat` are sufficient
:END:

Loading…
Cancel
Save